This web method is used for updating an attribute using the unique AttibValueID. AttribValueID can be obtained by using the two web services, AttributeValueGetByValue and AttributeValueGetByInstanceID
The request body is of type AttributeValueUpdateByID.
Request Body Parameters
Name | Description | Data Type |
objProviderGUId | This is a unique provider id, which can be obtained from CSS | guid |
strPassword | This is your unique service password which can be obtained from CSS | xml:string |
intAttribValueId | The unique ID for the Attribute Value that you would like to update. | xml:int |
strAttribValue | The value that you would like to update this Attribute Value ID to. | xml:string |
strAttribValue2 | | xml:string |
Overview
|
|
Sequence
| |
The response body is of type AttributeValueUpdateByIDResponse.
Response Body Parameters
Overview